Builder

class Builder : GeneratedMessage.Builder<BuilderT> , RemoteHardware.HardwareMessageOrBuilder

An example app to show off the module system. This message is used for
REMOTE_HARDWARE_APP PortNums.
Also provides easy remote access to any GPIO.
In the future other remote hardware operations can be added based on user interest
(i.e. serial output, spi/i2c input/output).
FIXME - currently this feature is turned on by default which is dangerous
because no security yet (beyond the channel mechanism).
It should be off by default and then protected based on some TBD mechanism
(a special channel once multichannel support is included?)
Protobuf type meshtastic.HardwareMessage

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

What gpios are we changing. Not used for all MessageTypes, see MessageType for details
uint64 gpio_mask = 2;
Link copied to clipboard

For gpios that were listed in gpio_mask as valid, what are the signal levels for those gpios.
Not used for all MessageTypes, see MessageType for details
uint64 gpio_value = 3;
Link copied to clipboard

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getGpioMask(): Long

What gpios are we changing. Not used for all MessageTypes, see MessageType for details
uint64 gpio_mask = 2;
Link copied to clipboard
open fun getGpioValue(): Long

For gpios that were listed in gpio_mask as valid, what are the signal levels for those gpios.
Not used for all MessageTypes, see MessageType for details
uint64 gpio_value = 3;
Link copied to clipboard

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;
Link copied to clipboard
open fun getTypeValue(): Int

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): RemoteHardware.HardwareMessage.Builder
Link copied to clipboard

What gpios are we changing. Not used for all MessageTypes, see MessageType for details
uint64 gpio_mask = 2;
Link copied to clipboard

For gpios that were listed in gpio_mask as valid, what are the signal levels for those gpios.
Not used for all MessageTypes, see MessageType for details
uint64 gpio_value = 3;
Link copied to clipboard

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;
Link copied to clipboard

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;